home *** CD-ROM | disk | FTP | other *** search
- Path: explorer.sasknet.sk.ca!not-for-mail
- From: carbccc@explorer.sasknet.sk.ca (Collin Carbno)
- Newsgroups: comp.lang.c++
- Subject: Creating your own sounds(3)
- Date: 9 Apr 1996 17:20:54 -0600
- Organization: ExplorerPlus
- Message-ID: <4kercm$m8a@explorer.sasknet.sk.ca>
- NNTP-Posting-Host: explorer.sasknet.sk.ca
-
- For some reason most of note 2 disappeared.
-
- Anyway, there is in borland 3.1 this file used by example program "sound.c"
- that includes "mmsystem.h". MMsystem.h has numerous function and things
- which appear to interface to windows API. One of them
-
- BOOL WINAPI sndPlaySound(LPCSTR lpszSoundName, UINT uFlags);
-
- will appear to play any sound -- but no docmentation anywhere I can find on
- these API's even in my windows manuals. Any suggestions?
-